home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 2 / Atari Mega Archive CD - Volume 2.iso / minix / up1510b.tgz / up1510b / src / mm / param.h < prev    next >
Text File  |  1990-07-15  |  763b  |  24 lines

  1. /* The following names are synonyms for the variables in the input message. */
  2. #define addr        mm_in.m1_p1
  3. #define exec_name    mm_in.m1_p1
  4. #define exec_len    mm_in.m1_i1
  5. #define func        mm_in.m6_f1
  6. #define grpid        (gid_t) mm_in.m1_i1
  7. #define kill_sig    mm_in.m1_i2
  8. #define namelen        mm_in.m1_i1
  9. #define pid        mm_in.m1_i1
  10. #define seconds        mm_in.m1_i1
  11. #define sig        mm_in.m6_i1
  12. #define stack_bytes    mm_in.m1_i2
  13. #define stack_ptr    mm_in.m1_p2
  14. #define status        mm_in.m1_i1
  15. #define usr_id        (uid_t) mm_in.m1_i1
  16. #define request        mm_in.m2_i2
  17. #define taddr        mm_in.m2_l1
  18. #define data        mm_in.m2_l2
  19.  
  20. /* The following names are synonyms for the variables in the output message. */
  21. #define reply_type      mm_out.m_type
  22. #define reply_i1        mm_out.m2_i1
  23. #define reply_p1        mm_out.m2_p1
  24.